body,
ul,
dl,
dt,
dd,
ol,
li,
i,
em,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tbody,
td,
img,
div,
input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	color: #000;
	font-size: 14px;
	font-family: "微软雅黑";
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul,
li,
ol {
	list-style-type: none;
}

i,
em {
	font-style: normal;
}

select,
input,
img,
select {
	vertical-align: middle;
	font-family: "微软雅黑";
	font-size: 100%;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

table {
	border-collapse: collapse;
}

html,
body {
	min-width: 1001px;
	height: 100%;
	background: #eee8d8;
}


/*公共头部导航底部*/


/*头部*/

.top-header {
	width: 100%;
	height: 109px;
	background: url(../images/header-banner.png) no-repeat center center;
}

.top-header h3 {
	position: absolute;
	width: 100%;
	top: 10px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
}


/*导航*/

.navbar {
	width: 100%;
	height: 50px;
	background: #c21e24;
	color: #ffffff;
}

.navbar ul {
	width: 860px;
	margin: 0 auto;
}

.navbar ul li {
	float: left;
}

.navbar li a {
	color: #ffffff;
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	padding: 12px 50px;
}

.navbar li a:hover {
	background: #a20001;
	color: #ffffff;
}

.navbar li a.on {
	background: #a20001;
	color: #ffffff;
}

.little-nav {
	position: absolute;
	right: 100px;
	top: 16px;
}

.little-nav ul li {
	float: left;
	margin-left: 20px;
	position: relative;
}

.little-nav ul li a {
	font-size: 14px;
	color: #eee8d8;
}

.little-nav ul li a:hover {
	color: #ffffff;
}

.little-nav ul li ul {
	display: none;
	position: absolute;
	width: 80px;
	background-color: rgba(0, 0, 0, .3);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
	/*IE8支持*/
	padding: 10px;
	left: -10px;
}

.little-nav ul li ul li {
	float: none;
	margin-left: 0px;
	line-height: 30px;
	text-align: center;
}


/*底部*/

.footer {
	width: 100%;
	background: #92110b;
}

.footer-con {
	text-align: center;
	padding: 33px 0;
	color: #c7b39e;
	font-size: 14px;
}

.footer-con p {
	margin-bottom: 0px;
}

.footer-con p span {
	margin-left: 20px;
}